DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_TBL_DATE

Line 78: p_gl_date_tbl IN po_tbl_date,

74: x_result_type OUT NOCOPY VARCHAR2);
75:
76: PROCEDURE charge_account_id(p_id_tbl IN po_tbl_number,
77: p_charge_account_id_tbl IN po_tbl_number,
78: p_gl_date_tbl IN po_tbl_date,
79: p_chart_of_account_id IN NUMBER,
80: x_result_set_id IN OUT NOCOPY NUMBER,
81: x_result_type OUT NOCOPY VARCHAR2);
82:

Line 85: p_gl_date_tbl IN po_tbl_date,

81: x_result_type OUT NOCOPY VARCHAR2);
82:
83: PROCEDURE budget_account_id(p_id_tbl IN po_tbl_number,
84: p_budget_account_id_tbl IN po_tbl_number,
85: p_gl_date_tbl IN po_tbl_date,
86: p_dest_type_code_tbl IN po_tbl_varchar30,
87: p_distribution_type_tbl IN po_tbl_varchar30, -- PDOI for Complex PO Project
88: p_chart_of_account_id IN NUMBER,
89: p_po_encumberance_flag IN VARCHAR2,

Line 96: p_gl_date_tbl IN po_tbl_date,

92: x_result_type OUT NOCOPY VARCHAR2);
93:
94: PROCEDURE account_id(p_id_tbl IN po_tbl_number,
95: p_account_id_tbl IN po_tbl_number,
96: p_gl_date_tbl IN po_tbl_date,
97: p_chart_of_account_id IN NUMBER,
98: p_message_name IN varchar2,
99: p_column_name IN varchar2,
100: p_token_name IN varchar2,

Line 121: p_need_by_date_tbl IN po_tbl_date,

117: p_task_id_tbl IN po_tbl_number,
118: p_expenditure_type_tbl IN po_tbl_varchar30,
119: p_expenditure_org_id_tbl IN po_tbl_number,
120: p_ship_to_org_id_tbl IN po_tbl_number,
121: p_need_by_date_tbl IN po_tbl_date,
122: p_promised_date_tbl IN po_tbl_date,
123: p_expenditure_item_date_tbl IN po_tbl_date,
124: p_ship_to_ou_id IN NUMBER,
125: p_deliver_to_person_id_tbl IN po_tbl_number,

Line 122: p_promised_date_tbl IN po_tbl_date,

118: p_expenditure_type_tbl IN po_tbl_varchar30,
119: p_expenditure_org_id_tbl IN po_tbl_number,
120: p_ship_to_org_id_tbl IN po_tbl_number,
121: p_need_by_date_tbl IN po_tbl_date,
122: p_promised_date_tbl IN po_tbl_date,
123: p_expenditure_item_date_tbl IN po_tbl_date,
124: p_ship_to_ou_id IN NUMBER,
125: p_deliver_to_person_id_tbl IN po_tbl_number,
126: p_agent_id_tbl IN po_tbl_number,

Line 123: p_expenditure_item_date_tbl IN po_tbl_date,

119: p_expenditure_org_id_tbl IN po_tbl_number,
120: p_ship_to_org_id_tbl IN po_tbl_number,
121: p_need_by_date_tbl IN po_tbl_date,
122: p_promised_date_tbl IN po_tbl_date,
123: p_expenditure_item_date_tbl IN po_tbl_date,
124: p_ship_to_ou_id IN NUMBER,
125: p_deliver_to_person_id_tbl IN po_tbl_number,
126: p_agent_id_tbl IN po_tbl_number,
127: p_txn_flow_header_id_tbl IN po_tbl_number,