DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_TBL_DATE

Line 1032: p_gl_date_tbl IN po_tbl_date,

1028: -----------------------------------------------------------
1029: PROCEDURE charge_account_id(
1030: p_id_tbl IN po_tbl_number,
1031: p_charge_account_id_tbl IN po_tbl_number,
1032: p_gl_date_tbl IN po_tbl_date,
1033: p_chart_of_account_id IN NUMBER,
1034: x_result_set_id IN OUT NOCOPY NUMBER,
1035: x_result_type OUT NOCOPY VARCHAR2)
1036: IS

Line 1116: p_gl_date_tbl IN po_tbl_date,

1112: -----------------------------------------------------------
1113: PROCEDURE budget_account_id(
1114: p_id_tbl IN po_tbl_number,
1115: p_budget_account_id_tbl IN po_tbl_number,
1116: p_gl_date_tbl IN po_tbl_date,
1117: p_dest_type_code_tbl IN po_tbl_varchar30,
1118: p_distribution_type_tbl IN po_tbl_varchar30, -- PDOI for Complex PO Project
1119: p_chart_of_account_id IN NUMBER,
1120: p_po_encumberance_flag IN VARCHAR2,

Line 1216: p_gl_date_tbl IN po_tbl_date,

1212: ----------------------------------------------------------------------------------
1213: PROCEDURE account_id(
1214: p_id_tbl IN po_tbl_number,
1215: p_account_id_tbl IN po_tbl_number,
1216: p_gl_date_tbl IN po_tbl_date,
1217: p_chart_of_account_id IN NUMBER,
1218: p_message_name IN VARCHAR2,
1219: p_column_name IN VARCHAR2,
1220: p_token_name IN VARCHAR2,

Line 1381: p_need_by_date_tbl IN po_tbl_date,

1377: p_task_id_tbl IN po_tbl_number,
1378: p_expenditure_type_tbl IN po_tbl_varchar30,
1379: p_expenditure_org_id_tbl IN po_tbl_number,
1380: p_ship_to_org_id_tbl IN po_tbl_number,
1381: p_need_by_date_tbl IN po_tbl_date,
1382: p_promised_date_tbl IN po_tbl_date,
1383: p_expenditure_item_date_tbl IN po_tbl_date,
1384: p_ship_to_ou_id IN NUMBER,
1385: p_deliver_to_person_id_tbl IN po_tbl_number,

Line 1382: p_promised_date_tbl IN po_tbl_date,

1378: p_expenditure_type_tbl IN po_tbl_varchar30,
1379: p_expenditure_org_id_tbl IN po_tbl_number,
1380: p_ship_to_org_id_tbl IN po_tbl_number,
1381: p_need_by_date_tbl IN po_tbl_date,
1382: p_promised_date_tbl IN po_tbl_date,
1383: p_expenditure_item_date_tbl IN po_tbl_date,
1384: p_ship_to_ou_id IN NUMBER,
1385: p_deliver_to_person_id_tbl IN po_tbl_number,
1386: p_agent_id_tbl IN po_tbl_number,

Line 1383: p_expenditure_item_date_tbl IN po_tbl_date,

1379: p_expenditure_org_id_tbl IN po_tbl_number,
1380: p_ship_to_org_id_tbl IN po_tbl_number,
1381: p_need_by_date_tbl IN po_tbl_date,
1382: p_promised_date_tbl IN po_tbl_date,
1383: p_expenditure_item_date_tbl IN po_tbl_date,
1384: p_ship_to_ou_id IN NUMBER,
1385: p_deliver_to_person_id_tbl IN po_tbl_number,
1386: p_agent_id_tbl IN po_tbl_number,
1387: p_txn_flow_header_id_tbl IN po_tbl_number,