DBA Data[Home] [Help]

APPS.PO_CONTROL_ACTION_VALIDATIONS dependencies on PO_DOCUMENT_ACTION_PVT

Line 3575: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,

3571: --End of Comments
3572: --------------------------------------------------------------------------------
3573:
3574: PROCEDURE update_gt_with_low_entity(
3575: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,
3576: p_key IN OUT NOCOPY po_session_gt.key%TYPE,
3577: x_return_status OUT NOCOPY VARCHAR2,
3578: x_msg_data OUT NOCOPY VARCHAR2)
3579: IS

Line 4201: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,

4197: --End of Comments
4198: --------------------------------------------------------------------------------
4199:
4200: PROCEDURE po_cancel_action_checks(
4201: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,
4202: p_action_date IN DATE,
4203: p_key IN po_session_gt.key%TYPE,
4204: p_login_id IN po_lines.last_update_login%TYPE,
4205: p_user_id IN po_lines.last_updated_by%TYPE,

Line 4417: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,

4413: --End of Comments
4414: --------------------------------------------------------------------------------
4415:
4416: PROCEDURE val_security_check(
4417: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,
4418: p_online_report_id IN NUMBER,
4419: p_key IN po_session_gt.key%TYPE,
4420: p_user_id IN po_lines.last_updated_by%TYPE,
4421: p_login_id IN po_lines.last_update_login%TYPE,

Line 4619: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,

4615: --End of Comments
4616: --------------------------------------------------------------------------------
4617:
4618: PROCEDURE val_doc_state_check(
4619: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,
4620: p_online_report_id IN NUMBER,
4621: p_agent_id IN PO_HEADERS.agent_id%TYPE,
4622: p_user_id IN po_lines.last_updated_by%TYPE,
4623: p_login_id IN po_lines.last_update_login%TYPE,

Line 5781: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,

5777: --End of Comments
5778: --------------------------------------------------------------------------------
5779:
5780: PROCEDURE validate_doc_params(
5781: p_entity_rec_tbl IN po_document_action_pvt.entity_dtl_rec_type_tbl,
5782: p_online_report_id IN NUMBER,
5783: p_key IN po_session_gt.key%TYPE,
5784: p_user_id IN po_lines.last_updated_by%TYPE,
5785: p_login_id IN po_lines.last_update_login%TYPE,

Line 6246: p_da_call_rec IN OUT NOCOPY po_document_action_pvt.DOC_ACTION_CALL_TBL_REC_TYPE,

6242: --------------------------------------------------------------------------------
6243:
6244:
6245: PROCEDURE validate_cancel_action_params(
6246: p_da_call_rec IN OUT NOCOPY po_document_action_pvt.DOC_ACTION_CALL_TBL_REC_TYPE,
6247: p_online_report_id IN NUMBER,
6248: p_key IN po_session_gt.key%TYPE,
6249: p_user_id IN po_lines.last_updated_by%TYPE,
6250: p_login_id IN po_lines.last_update_login%TYPE,

Line 6265: l_entity_rec_tbl po_document_action_pvt.entity_dtl_rec_type_tbl;

6261: d_module CONSTANT VARCHAR2(100) := g_pkg_name||d_api_name;
6262:
6263: l_progress VARCHAR2(3) := '000';
6264:
6265: l_entity_rec_tbl po_document_action_pvt.entity_dtl_rec_type_tbl;
6266: l_cbc_enabled VARCHAR2(1);
6267: l_action_date DATE;
6268: id_count NUMBER :=0;
6269: l_doc_id_tbl po_tbl_number :=PO_TBL_NUMBER();

Line 6533: p_entity_rec_tbl IN OUT NOCOPY po_document_action_pvt.entity_dtl_rec_type_tbl,

6529:
6530: PROCEDURE mark_errored_record(
6531: p_key IN po_session_gt.key%TYPE,
6532: p_online_report_id IN NUMBER,
6533: p_entity_rec_tbl IN OUT NOCOPY po_document_action_pvt.entity_dtl_rec_type_tbl,
6534: x_return_status OUT NOCOPY VARCHAR2,
6535: x_return_msg OUT NOCOPY VARCHAR2,
6536: x_return_code OUT NOCOPY VARCHAR2)
6537:

Line 6710: p_da_call_rec IN OUT NOCOPY po_document_action_pvt.DOC_ACTION_CALL_TBL_REC_TYPE,

6706: --End of Comments
6707: --------------------------------------------------------------------------------
6708:
6709: PROCEDURE validate_cancel_action(
6710: p_da_call_rec IN OUT NOCOPY po_document_action_pvt.DOC_ACTION_CALL_TBL_REC_TYPE,
6711: p_key IN po_session_gt.key%TYPE,
6712: p_user_id IN po_lines.last_updated_by%TYPE,
6713: p_login_id IN po_lines.last_update_login%TYPE,
6714: p_po_enc_flag IN FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,