DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_TBL_DATE

Line 74: p_gl_date_tbl IN po_tbl_date,

70: x_result_type OUT NOCOPY VARCHAR2);
71:
72: PROCEDURE charge_account_id(p_id_tbl IN po_tbl_number,
73: p_charge_account_id_tbl IN po_tbl_number,
74: p_gl_date_tbl IN po_tbl_date,
75: p_chart_of_account_id IN NUMBER,
76: x_result_set_id IN OUT NOCOPY NUMBER,
77: x_result_type OUT NOCOPY VARCHAR2);
78:

Line 81: p_gl_date_tbl IN po_tbl_date,

77: x_result_type OUT NOCOPY VARCHAR2);
78:
79: PROCEDURE budget_account_id(p_id_tbl IN po_tbl_number,
80: p_budget_account_id_tbl IN po_tbl_number,
81: p_gl_date_tbl IN po_tbl_date,
82: p_dest_type_code_tbl IN po_tbl_varchar30,
83: p_chart_of_account_id IN NUMBER,
84: p_po_encumberance_flag IN VARCHAR2,
85: x_result_set_id IN OUT NOCOPY NUMBER,

Line 90: p_gl_date_tbl IN po_tbl_date,

86: x_result_type OUT NOCOPY VARCHAR2);
87:
88: PROCEDURE account_id(p_id_tbl IN po_tbl_number,
89: p_account_id_tbl IN po_tbl_number,
90: p_gl_date_tbl IN po_tbl_date,
91: p_chart_of_account_id IN NUMBER,
92: p_message_name IN varchar2,
93: p_column_name IN varchar2,
94: p_token_name IN varchar2,

Line 115: p_need_by_date_tbl IN po_tbl_date,

111: p_task_id_tbl IN po_tbl_number,
112: p_expenditure_type_tbl IN po_tbl_varchar30,
113: p_expenditure_org_id_tbl IN po_tbl_number,
114: p_ship_to_org_id_tbl IN po_tbl_number,
115: p_need_by_date_tbl IN po_tbl_date,
116: p_promised_date_tbl IN po_tbl_date,
117: p_expenditure_item_date_tbl IN po_tbl_date,
118: p_ship_to_ou_id IN NUMBER,
119: p_deliver_to_person_id_tbl IN po_tbl_number,

Line 116: p_promised_date_tbl IN po_tbl_date,

112: p_expenditure_type_tbl IN po_tbl_varchar30,
113: p_expenditure_org_id_tbl IN po_tbl_number,
114: p_ship_to_org_id_tbl IN po_tbl_number,
115: p_need_by_date_tbl IN po_tbl_date,
116: p_promised_date_tbl IN po_tbl_date,
117: p_expenditure_item_date_tbl IN po_tbl_date,
118: p_ship_to_ou_id IN NUMBER,
119: p_deliver_to_person_id_tbl IN po_tbl_number,
120: p_agent_id_tbl IN po_tbl_number,

Line 117: p_expenditure_item_date_tbl IN po_tbl_date,

113: p_expenditure_org_id_tbl IN po_tbl_number,
114: p_ship_to_org_id_tbl IN po_tbl_number,
115: p_need_by_date_tbl IN po_tbl_date,
116: p_promised_date_tbl IN po_tbl_date,
117: p_expenditure_item_date_tbl IN po_tbl_date,
118: p_ship_to_ou_id IN NUMBER,
119: p_deliver_to_person_id_tbl IN po_tbl_number,
120: p_agent_id_tbl IN po_tbl_number,
121: p_txn_flow_header_id_tbl IN po_tbl_number,