DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_TOP_TASK_CUST_INVOICE_PVT

Line 16513: pa_top_task_cust_invoice_pvt.Set_Rev_Acc_At_Top_Task( P_API_VERSION => 1.0

16509: AND upper( substr(p_project_in.distribution_rule, 1, instr(p_project_in.distribution_rule,'/')-1) )
16510: <> upper( l_project_rec.revenue_accrual_method ) THEN
16511:
16512: l_proj_rev_acc_method := upper( substr(p_project_in.distribution_rule, 1, instr(p_project_in.distribution_rule,'/')-1) );
16513: pa_top_task_cust_invoice_pvt.Set_Rev_Acc_At_Top_Task( P_API_VERSION => 1.0
16514: , P_INIT_MSG_LIST => 'T'
16515: , P_COMMIT => 'F'
16516: , P_VALIDATE_ONLY => 'F'
16517: , P_VALIDATION_LEVEL => 100

Line 16535: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0

16531: <> upper( l_project_rec.invoice_method ) THEN
16532:
16533: l_proj_invoice_method := upper( substr(p_project_in.distribution_rule,instr(p_project_in.distribution_rule,'/')+1) );
16534: IF 'N' = l_proj_top_task_inv_mth_flag THEN
16535: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0
16536: , P_INIT_MSG_LIST => 'T'
16537: , P_COMMIT => 'F'
16538: , P_VALIDATE_ONLY => 'F'
16539: , P_VALIDATION_LEVEL => 100

Line 16561: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0

16557: SET distribution_rule =
16558: substr(distribution_rule,1,instr(distribution_rule,'/')-1)||'/'||l_proj_invoice_method
16559: WHERE project_id = l_project_id;
16560: END IF;
16561: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0
16562: , P_INIT_MSG_LIST => 'T'
16563: , P_COMMIT => 'F'
16564: , P_VALIDATE_ONLY => 'F'
16565: , P_VALIDATION_LEVEL => 100

Line 16576: pa_top_task_cust_invoice_pvt.set_top_task_funding_level( P_API_VERSION => 1.0

16572: , x_msg_data => l_msg_data );
16573: --IF the invoice method at top task flag has changed from 'N' to 'Y' :
16574: --Call the api to set the top task funding level
16575: ELSIF 'Y' = l_enable_top_task_inv_mth_flag AND 'Y' = p_project_in.enable_top_task_inv_mth_flag THEN
16576: pa_top_task_cust_invoice_pvt.set_top_task_funding_level( P_API_VERSION => 1.0
16577: , P_INIT_MSG_LIST => 'T'
16578: , P_COMMIT => 'F'
16579: , P_VALIDATE_ONLY => 'F'
16580: , P_VALIDATION_LEVEL => 100

Line 19786: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

19782: l_exclude_cust_id_tbl PA_PLSQL_DATATYPES.NumTabTyp;
19783: BEGIN
19784: -- l_exclude_cust_id_tbl(1) := 0; Bug 5622539
19785: --Retrieve the customer to be set as the default top task customer
19786: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
19787: P_API_VERSION => 1.0
19788: , P_INIT_MSG_LIST => 'T'
19789: , P_COMMIT => 'F'
19790: , P_VALIDATE_ONLY => 'F'

Line 19828: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

19824: -- Bug 5622539
19825:
19826: IF hghst_ctr_cust_id IS NOT null THEN
19827: --This API call will update pa_project_customers and pa_tasks
19828: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
19829: P_API_VERSION => 1.0
19830: , P_INIT_MSG_LIST => 'T'
19831: , P_COMMIT => 'F'
19832: , P_VALIDATE_ONLY => 'F'

Line 19893: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

19889: AND default_top_task_cust_flag = 'Y' ;
19890: BEGIN
19891: -- l_exclude_cust_id_tbl(1) := 0; Bug 5622539
19892: --Retrieve the customer to be updated with 100% contribution
19893: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
19894: P_API_VERSION => 1.0
19895: , P_INIT_MSG_LIST => 'T'
19896: , P_COMMIT => 'F'
19897: , P_VALIDATE_ONLY => 'F'

Line 19938: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

19934: CLOSE cur_get_def_top_task_cust;
19935:
19936: IF hghst_ctr_cust_id IS NOT NULL THEN
19937: --This API call will update pa_project_customers and pa_tasks
19938: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
19939: P_API_VERSION => 1.0
19940: , P_INIT_MSG_LIST => 'T'
19941: , P_COMMIT => 'F'
19942: , P_VALIDATE_ONLY => 'F'

Line 21353: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

21349: l_exclude_cust_id_tbl PA_PLSQL_DATATYPES.NumTabTyp;
21350: BEGIN
21351: l_exclude_cust_id_tbl(1) := 0;
21352: --Retrieve the customer to be set as the default top task customer
21353: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
21354: P_API_VERSION => 1.0
21355: , P_INIT_MSG_LIST => 'T'
21356: , P_COMMIT => 'F'
21357: , P_VALIDATE_ONLY => 'F'

Line 21372: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

21368: , x_msg_data => l_msg_data );
21369:
21370: IF hghst_ctr_cust_id IS NOT null THEN
21371: --This API call will update pa_project_customers and pa_tasks
21372: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
21373: P_API_VERSION => 1.0
21374: , P_INIT_MSG_LIST => 'T'
21375: , P_COMMIT => 'F'
21376: , P_VALIDATE_ONLY => 'F'

Line 21418: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

21414: AND default_top_task_cust_flag = 'Y' ;
21415: BEGIN
21416: l_exclude_cust_id_tbl(1) := 0;
21417: --Retrieve the customer to be updated with 100% contribution
21418: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
21419: P_API_VERSION => 1.0
21420: , P_INIT_MSG_LIST => 'T'
21421: , P_COMMIT => 'F'
21422: , P_VALIDATE_ONLY => 'F'

Line 21440: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

21436: CLOSE cur_get_def_top_task_cust;
21437:
21438: IF hghst_ctr_cust_id IS NOT NULL THEN
21439: --This API call will update pa_project_customers and pa_tasks
21440: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
21441: P_API_VERSION => 1.0
21442: , P_INIT_MSG_LIST => 'T'
21443: , P_COMMIT => 'F'
21444: , P_VALIDATE_ONLY => 'F'