DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_TXN_INTERFACE_ITEMS_PKG

Line 43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;

39: -- the exception handler for Upload_Otc_Timecard() procedure.
40: G_Processed_Import_Batch Boolean := Null;
41:
42: -- Global arrays for bulk insert into Trx Interface table
43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;
44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;

Line 44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;

40: G_Processed_Import_Batch Boolean := Null;
41:
42: -- Global arrays for bulk insert into Trx Interface table
43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;
44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;

Line 45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;

41:
42: -- Global arrays for bulk insert into Trx Interface table
43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;
44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;

Line 46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;

42: -- Global arrays for bulk insert into Trx Interface table
43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;
44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;

Line 47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;

43: G_Txn_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Txn_Interface_Id_Typ;
44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;

Line 48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;

44: G_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Source_Typ;
45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;

Line 49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;

45: G_User_Transaction_Source_Tbl Pa_Txn_Interface_Items_Pkg.User_Transaction_Source_Typ;
46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;

Line 50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;

46: G_Batch_Name_Tbl Pa_Txn_Interface_Items_Pkg.Batch_Name_Typ;
47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;

Line 51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;

47: G_Expenditure_End_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_End_Date_Typ;
48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;

Line 52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;

48: G_Person_Bus_Grp_Name_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Name_Typ;
49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;

Line 53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;

49: G_Person_Bus_Grp_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Business_Group_Id_Typ;
50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;

Line 54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;

50: G_Employee_Number_Tbl Pa_Txn_Interface_Items_Pkg.Employee_Number_Typ;
51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;

Line 55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;

51: G_Person_Id_Tbl Pa_Txn_Interface_Items_Pkg.Person_Id_Typ;
52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;

Line 56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;

52: G_Organization_Name_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Name_Typ;
53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;

Line 57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;

53: G_Organization_Id_Tbl Pa_Txn_Interface_Items_Pkg.Organization_Id_Typ;
54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;

Line 58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;

54: G_Expenditure_Item_Date_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Item_Date_Typ;
55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;

Line 59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;

55: G_Project_Number_Tbl Pa_Txn_Interface_Items_Pkg.Project_Number_Typ;
56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;

Line 60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;

56: G_Project_Id_Tbl Pa_Txn_Interface_Items_Pkg.Project_Id_Typ;
57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;

Line 61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;

57: G_Task_Number_Tbl Pa_Txn_Interface_Items_Pkg.Task_Number_Typ;
58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;

Line 62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;

58: G_Task_Id_Tbl Pa_Txn_Interface_Items_Pkg.Task_Id_Typ;
59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;

Line 63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;

59: G_Expenditure_Type_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Type_Typ;
60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;

Line 64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;

60: G_System_Linkage_Tbl Pa_Txn_Interface_Items_Pkg.System_Linkage_Typ;
61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;

Line 65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;

61: G_Non_Labor_Resource_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Resource_Typ;
62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;

Line 66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;

62: G_Non_Labor_Res_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Name_Typ;
63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;

Line 67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;

63: G_Non_Labor_Res_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Non_Labor_Res_Org_Id_Typ;
64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;

Line 68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;

64: G_Quantity_Tbl Pa_Txn_Interface_Items_Pkg.Quantity_Typ;
65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;

Line 69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;

65: G_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Typ;
66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;

Line 70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;

66: G_Raw_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Raw_Cost_Rate_Typ;
67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;

Line 71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;

67: G_Burden_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Typ;
68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;

Line 72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;

68: G_Burden_Cost_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Burden_Cost_Rate_Typ;
69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;

Line 73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;

69: G_Expenditure_Comment_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Comment_Typ;
70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;

Line 74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;

70: G_Gl_Date_Tbl Pa_Txn_Interface_Items_Pkg.Gl_Date_Typ;
71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;

Line 75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;

71: G_Transaction_Status_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Status_Code_Typ;
72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;

Line 76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;

72: G_Trans_Rejection_Code_Tbl Pa_Txn_Interface_Items_Pkg.Transaction_Rejection_Code_Typ;
73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;

Line 77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;

73: G_Orig_Trans_Reference_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Transaction_Reference_Typ;
74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;

Line 78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;

74: G_Unmatched_Neg_Txn_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Unmatched_Neg_Txn_Flag_Typ;
75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;

Line 79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;

75: G_Expenditure_Id_Tbl Pa_Txn_Interface_Items_Pkg.Expenditure_Id_Typ;
76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;

Line 80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;

76: G_Attribute_Category_Tbl Pa_Txn_Interface_Items_Pkg.Attribute_Category_Typ;
77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;

Line 81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;

77: G_Attribute1_Tbl Pa_Txn_Interface_Items_Pkg.Attribute1_Typ;
78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;

Line 82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;

78: G_Attribute2_Tbl Pa_Txn_Interface_Items_Pkg.Attribute2_Typ;
79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;

Line 83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;

79: G_Attribute3_Tbl Pa_Txn_Interface_Items_Pkg.Attribute3_Typ;
80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;

Line 84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;

80: G_Attribute4_Tbl Pa_Txn_Interface_Items_Pkg.Attribute4_Typ;
81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;

Line 85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;

81: G_Attribute5_Tbl Pa_Txn_Interface_Items_Pkg.Attribute5_Typ;
82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;

Line 86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;

82: G_Attribute6_Tbl Pa_Txn_Interface_Items_Pkg.Attribute6_Typ;
83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;

Line 87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;

83: G_Attribute7_Tbl Pa_Txn_Interface_Items_Pkg.Attribute7_Typ;
84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;

Line 88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;

84: G_Attribute8_Tbl Pa_Txn_Interface_Items_Pkg.Attribute8_Typ;
85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;

Line 89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;

85: G_Attribute9_Tbl Pa_Txn_Interface_Items_Pkg.Attribute9_Typ;
86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;

Line 90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;

86: G_Attribute10_Tbl Pa_Txn_Interface_Items_Pkg.Attribute10_Typ;
87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;

Line 91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;

87: G_Dr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Dr_Code_Combination_Id_Typ;
88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;

Line 92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;

88: G_Cr_Code_Combination_Id_Tbl Pa_Txn_Interface_Items_Pkg.Cr_Code_Combination_Id_Typ;
89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;

Line 93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;

89: G_Cdl_System_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference1_Typ;
90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;

Line 94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;

90: G_Cdl_System_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference2_Typ;
91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;

Line 95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;

91: G_Cdl_System_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference3_Typ;
92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;

Line 96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;

92: G_Interface_Id_Tbl Pa_Txn_Interface_Items_Pkg.Interface_Id_Typ;
93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;

Line 97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;

93: G_Receipt_Currency_Amount_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Amount_Typ;
94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;

Line 98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;

94: G_Receipt_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Currency_Code_Typ;
95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;

Line 99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;

95: G_Receipt_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Receipt_Exchange_Rate_Typ;
96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;

Line 100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;

96: G_Denom_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Currency_Code_Typ;
97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;

Line 101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;

97: G_Denom_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Raw_Cost_Typ;
98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;

Line 102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;

98: G_Denom_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Denom_Burdened_Cost_Typ;
99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;

Line 103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;

99: G_Acct_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Date_Typ;
100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;

Line 104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;

100: G_Acct_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Rate_Type_Typ;
101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;

Line 105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;

101: G_Acct_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exchange_Rate_Typ;
102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;

Line 106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;

102: G_Acct_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Raw_Cost_Typ;
103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;

Line 107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;

103: G_Acct_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Burdened_Cost_Typ;
104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;

Line 108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;

104: G_Acct_Exch_Rounding_Limit_Tbl Pa_Txn_Interface_Items_Pkg.Acct_Exch_Rounding_Limit_Typ;
105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;

Line 109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;

105: G_Project_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.Project_Currency_Code_Typ;
106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;

Line 110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;

106: G_Project_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Date_Typ;
107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;

Line 111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;

107: G_Project_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.Project_Rate_Type_Typ;
108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;

Line 112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;

108: G_Project_Exchange_Rate_Tbl Pa_Txn_Interface_Items_Pkg.Project_Exchange_Rate_Typ;
109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;

Line 113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;

109: G_Orig_Exp_Txn_Reference1_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference1_Typ;
110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;

Line 114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;

110: G_Orig_Exp_Txn_Reference2_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference2_Typ;
111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;

Line 115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;

111: G_Orig_Exp_Txn_Reference3_Tbl Pa_Txn_Interface_Items_Pkg.Orig_Exp_Txn_Reference3_Typ;
112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;

Line 116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;

112: G_Orig_User_Exp_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Orig_User_Exp_Txn_Ref_Typ;
113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;

Line 117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;

113: G_Vendor_Number_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Number_Typ;
114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;

Line 118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;

114: G_Vendor_Id_Tbl Pa_Txn_Interface_Items_Pkg.Vendor_Id_Typ;
115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;

Line 119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;

115: G_Override_To_Org_Name_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Name_Typ;
116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;

Line 120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;

116: G_Override_To_Org_Id_Tbl Pa_Txn_Interface_Items_Pkg.Override_To_Org_Id_Typ;
117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;

Line 121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;

117: G_Reversed_Orig_Txn_Ref_Tbl Pa_Txn_Interface_Items_Pkg.Reversed_Orig_Txn_Ref_Typ;
118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;

Line 122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;

118: G_Billable_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Billable_Flag_Typ;
119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;

Line 123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;

119: G_ProjFunc_Currency_Code_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Currency_Code_Typ;
120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;

Line 124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;

120: G_ProjFunc_Cost_Rate_Date_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Date_Typ;
121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;

Line 125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;

121: G_ProjFunc_Cost_Rate_Type_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Rate_Type_Typ;
122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;

Line 126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;

122: G_ProjFunc_Cost_Exch_Rate_Tbl Pa_Txn_Interface_Items_Pkg.ProjFunc_Cost_Exch_Rate_Typ;
123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;

Line 127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;

123: G_Project_Raw_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Raw_Cost_Typ;
124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;

Line 128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;

124: G_Project_Burdened_Cost_Tbl Pa_Txn_Interface_Items_Pkg.Project_Burdened_Cost_Typ;
125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;

Line 129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;

125: G_Assignment_Name_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Name_Typ;
126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;

Line 130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;

126: G_Assignment_Id_Tbl Pa_Txn_Interface_Items_Pkg.Assignment_Id_Typ;
127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;

Line 131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;

127: G_Work_Type_Name_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Name_Typ;
128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes

Line 132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;

128: G_Work_Type_Id_Tbl Pa_Txn_Interface_Items_Pkg.Work_Type_Id_Typ;
129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;

Line 133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;

129: G_Cdl_System_Reference4_Tbl Pa_Txn_Interface_Items_Pkg.Cdl_System_Reference4_Typ;
130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;

Line 134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;

130: G_Accrual_Flag_Tbl Pa_Txn_Interface_Items_Pkg.Accrual_Flag_Typ;
131: G_Last_Update_Date_Tbl Pa_Txn_Interface_Items_Pkg.Last_Update_Date_Typ;
132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;

Line 136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;

132: G_Last_Updated_By_Tbl Pa_Txn_Interface_Items_Pkg.Last_Updated_By_Typ;
133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;

Line 137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;

133: G_Creation_Date_Tbl Pa_Txn_Interface_Items_Pkg.Creation_Date_Typ;
134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;

Line 138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;

134: G_Created_By_Tbl Pa_Txn_Interface_Items_Pkg.Created_By_Typ;
135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes

Line 139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;

135: -- PA.M/CWK changes
136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;

Line 140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;

136: G_PO_Number_Tbl Pa_Txn_Interface_Items_Pkg.PO_Number_Typ;
137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;
144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;

Line 141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;

137: G_PO_Header_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Header_Id_Typ;
138: G_PO_Line_Num_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Num_Typ;
139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;
144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;
145: G_Unit_Of_Measure_Tbl Pa_Txn_Interface_Items_Pkg.Unit_Of_Measure_Typ;

Line 143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;

139: G_PO_Line_Id_Tbl Pa_Txn_Interface_Items_Pkg.PO_Line_Id_Typ;
140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;
144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;
145: G_Unit_Of_Measure_Tbl Pa_Txn_Interface_Items_Pkg.Unit_Of_Measure_Typ;
146:
147: G_Trx_Import_Index Binary_Integer := 0;

Line 144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;

140: G_PO_Price_Type_Tbl Pa_Txn_Interface_Items_Pkg.PO_Price_Type_Typ;
141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;
144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;
145: G_Unit_Of_Measure_Tbl Pa_Txn_Interface_Items_Pkg.Unit_Of_Measure_Typ;
146:
147: G_Trx_Import_Index Binary_Integer := 0;
148:

Line 145: G_Unit_Of_Measure_Tbl Pa_Txn_Interface_Items_Pkg.Unit_Of_Measure_Typ;

141: G_Person_Type_Tbl Pa_Txn_Interface_Items_Pkg.Person_Type_Typ;
142: -- Other PA.M changes
143: G_Inventory_Item_Id_Tbl Pa_Txn_Interface_Items_Pkg.Inventory_Item_Id_Typ;
144: G_WIP_Resource_Id_Tbl Pa_Txn_Interface_Items_Pkg.WIP_Resource_Id_Typ;
145: G_Unit_Of_Measure_Tbl Pa_Txn_Interface_Items_Pkg.Unit_Of_Measure_Typ;
146:
147: G_Trx_Import_Index Binary_Integer := 0;
148:
149: -- Used as a counter to bulk insert.

Line 171: G_OU_Tbl Pa_Txn_Interface_Items_Pkg.OU_Id_Typ;

167: -- Added to support performance change in OTL, when creating billable flag record
168: G_Billable_Segment HXC_MAPPING_COMPONENTS.SEGMENT%TYPE;
169:
170: -- 12i changes
171: G_OU_Tbl Pa_Txn_Interface_Items_Pkg.OU_Id_Typ;
172: G_Current_Org_Id Number := Pa_Moac_Utils.Get_Current_Org_Id;
173:
174: -- =======================================================================
175: -- Start of Comments

Line 9153: G_Stage := 'Bulk Insert records into Interface table via Pa_Txn_Interface_Items_Pkg.Bulk_Insert().';

9149: Pa_Otc_Api.TrackPath('ADD','BulkInsertReset');
9150:
9151: If P_Command = 'INSERT' Then
9152:
9153: G_Stage := 'Bulk Insert records into Interface table via Pa_Txn_Interface_Items_Pkg.Bulk_Insert().';
9154: If G_Debug_Mode = 'Y' Then
9155: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
9156: pa_cc_utils.log_message('BulkInsertReset: ' || Pa_Debug.G_Err_Stage,0);
9157: End If;

Line 9159: Pa_Txn_Interface_Items_Pkg.Bulk_Insert(

9155: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
9156: pa_cc_utils.log_message('BulkInsertReset: ' || Pa_Debug.G_Err_Stage,0);
9157: End If;
9158:
9159: Pa_Txn_Interface_Items_Pkg.Bulk_Insert(
9160: P_Txn_Interface_Id_Tbl => G_Txn_Interface_Id_Tbl,
9161: P_Transaction_Source_Tbl => G_Transaction_Source_Tbl,
9162: P_User_Transaction_Source_Tbl => G_User_Transaction_Source_Tbl,
9163: P_Batch_Name_Tbl => G_Batch_Name_Tbl,