CREATE PROJECT API
Hi,
I try to create a Interproject Billing project using pa_project_pub.create_project: in the part of PA_PROJECT_PUB.CUSTOMER_IN_REC_TYPE I set:
l_cust_rec.bill_another_project_flag := 'Y'; l_cust_rec.receiver_task_id := INTERC_TASK (a variable in which I have the task ID of the receiver one) It Creates the project, but it dosn't put the flag of 'Bill Another Project'. I have the same problem in creating a project with receive project invoice flag: in the part l_task_in pa_project_pub.task_in_rec_type I set l_task_in.receive_project_invoice_flag := 'Y' --> but no results.0