DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_TOP_TASK_CUST_INVOICE_PVT

Line 16159: pa_top_task_cust_invoice_pvt.Set_Rev_Acc_At_Top_Task( P_API_VERSION => 1.0

16155: AND upper( substr(p_project_in.distribution_rule, 1, instr(p_project_in.distribution_rule,'/')-1) )
16156: <> upper( l_project_rec.revenue_accrual_method ) THEN
16157:
16158: l_proj_rev_acc_method := upper( substr(p_project_in.distribution_rule, 1, instr(p_project_in.distribution_rule,'/')-1) );
16159: pa_top_task_cust_invoice_pvt.Set_Rev_Acc_At_Top_Task( P_API_VERSION => 1.0
16160: , P_INIT_MSG_LIST => 'T'
16161: , P_COMMIT => 'F'
16162: , P_VALIDATE_ONLY => 'F'
16163: , P_VALIDATION_LEVEL => 100

Line 16181: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0

16177: <> upper( l_project_rec.invoice_method ) THEN
16178:
16179: l_proj_invoice_method := upper( substr(p_project_in.distribution_rule,instr(p_project_in.distribution_rule,'/')+1) );
16180: IF 'N' = l_proj_top_task_inv_mth_flag THEN
16181: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0
16182: , P_INIT_MSG_LIST => 'T'
16183: , P_COMMIT => 'F'
16184: , P_VALIDATE_ONLY => 'F'
16185: , P_VALIDATION_LEVEL => 100

Line 16207: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0

16203: SET distribution_rule =
16204: substr(distribution_rule,1,instr(distribution_rule,'/')-1)||'/'||l_proj_invoice_method
16205: WHERE project_id = l_project_id;
16206: END IF;
16207: pa_top_task_cust_invoice_pvt.Set_Inv_Mth_At_Top_Task( P_API_VERSION => 1.0
16208: , P_INIT_MSG_LIST => 'T'
16209: , P_COMMIT => 'F'
16210: , P_VALIDATE_ONLY => 'F'
16211: , P_VALIDATION_LEVEL => 100

Line 16222: pa_top_task_cust_invoice_pvt.set_top_task_funding_level( P_API_VERSION => 1.0

16218: , x_msg_data => l_msg_data );
16219: --IF the invoice method at top task flag has changed from 'N' to 'Y' :
16220: --Call the api to set the top task funding level
16221: ELSIF 'Y' = l_enable_top_task_inv_mth_flag AND 'Y' = p_project_in.enable_top_task_inv_mth_flag THEN
16222: pa_top_task_cust_invoice_pvt.set_top_task_funding_level( P_API_VERSION => 1.0
16223: , P_INIT_MSG_LIST => 'T'
16224: , P_COMMIT => 'F'
16225: , P_VALIDATE_ONLY => 'F'
16226: , P_VALIDATION_LEVEL => 100

Line 19388: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

19384: l_exclude_cust_id_tbl PA_PLSQL_DATATYPES.NumTabTyp;
19385: BEGIN
19386: -- l_exclude_cust_id_tbl(1) := 0; Bug 5622539
19387: --Retrieve the customer to be set as the default top task customer
19388: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
19389: P_API_VERSION => 1.0
19390: , P_INIT_MSG_LIST => 'T'
19391: , P_COMMIT => 'F'
19392: , P_VALIDATE_ONLY => 'F'

Line 19430: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

19426: -- Bug 5622539
19427:
19428: IF hghst_ctr_cust_id IS NOT null THEN
19429: --This API call will update pa_project_customers and pa_tasks
19430: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
19431: P_API_VERSION => 1.0
19432: , P_INIT_MSG_LIST => 'T'
19433: , P_COMMIT => 'F'
19434: , P_VALIDATE_ONLY => 'F'

Line 19495: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

19491: AND default_top_task_cust_flag = 'Y' ;
19492: BEGIN
19493: -- l_exclude_cust_id_tbl(1) := 0; Bug 5622539
19494: --Retrieve the customer to be updated with 100% contribution
19495: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
19496: P_API_VERSION => 1.0
19497: , P_INIT_MSG_LIST => 'T'
19498: , P_COMMIT => 'F'
19499: , P_VALIDATE_ONLY => 'F'

Line 19540: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

19536: CLOSE cur_get_def_top_task_cust;
19537:
19538: IF hghst_ctr_cust_id IS NOT NULL THEN
19539: --This API call will update pa_project_customers and pa_tasks
19540: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
19541: P_API_VERSION => 1.0
19542: , P_INIT_MSG_LIST => 'T'
19543: , P_COMMIT => 'F'
19544: , P_VALIDATE_ONLY => 'F'

Line 20952: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

20948: l_exclude_cust_id_tbl PA_PLSQL_DATATYPES.NumTabTyp;
20949: BEGIN
20950: l_exclude_cust_id_tbl(1) := 0;
20951: --Retrieve the customer to be set as the default top task customer
20952: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
20953: P_API_VERSION => 1.0
20954: , P_INIT_MSG_LIST => 'T'
20955: , P_COMMIT => 'F'
20956: , P_VALIDATE_ONLY => 'F'

Line 20971: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

20967: , x_msg_data => l_msg_data );
20968:
20969: IF hghst_ctr_cust_id IS NOT null THEN
20970: --This API call will update pa_project_customers and pa_tasks
20971: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
20972: P_API_VERSION => 1.0
20973: , P_INIT_MSG_LIST => 'T'
20974: , P_COMMIT => 'F'
20975: , P_VALIDATE_ONLY => 'F'

Line 21017: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(

21013: AND default_top_task_cust_flag = 'Y' ;
21014: BEGIN
21015: l_exclude_cust_id_tbl(1) := 0;
21016: --Retrieve the customer to be updated with 100% contribution
21017: pa_top_task_cust_invoice_pvt.Get_Highest_Contr_Cust(
21018: P_API_VERSION => 1.0
21019: , P_INIT_MSG_LIST => 'T'
21020: , P_COMMIT => 'F'
21021: , P_VALIDATE_ONLY => 'F'

Line 21039: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(

21035: CLOSE cur_get_def_top_task_cust;
21036:
21037: IF hghst_ctr_cust_id IS NOT NULL THEN
21038: --This API call will update pa_project_customers and pa_tasks
21039: pa_top_task_cust_invoice_pvt.enbl_disbl_cust_at_top_task(
21040: P_API_VERSION => 1.0
21041: , P_INIT_MSG_LIST => 'T'
21042: , P_COMMIT => 'F'
21043: , P_VALIDATE_ONLY => 'F'