DBA Data[Home] [Help]

APPS.PO_CO_TOLERANCES_PVT dependencies on PO_CO_TOLERANCES_GRP

Line 59: x_tolerances_tbl IN OUT NOCOPY po_co_tolerances_grp.tolerances_tbl_type,

55: PROCEDURE get_tolerances(p_api_version IN NUMBER,
56: p_init_msg_list IN VARCHAR2,
57: p_organization_id IN NUMBER,
58: p_change_order_type IN VARCHAR2,
59: x_tolerances_tbl IN OUT NOCOPY po_co_tolerances_grp.tolerances_tbl_type,
60: x_return_status OUT NOCOPY VARCHAR2,
61: x_msg_count OUT NOCOPY NUMBER,
62: x_msg_data OUT NOCOPY VARCHAR2) IS
63:

Line 97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR

93:
94: -- Initialize API return status to success
95: x_return_status := fnd_api.g_ret_sts_success;
96:
97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR
98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR

Line 98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR

94: -- Initialize API return status to success
95: x_return_status := fnd_api.g_ret_sts_success;
96:
97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR
98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR

Line 99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR

95: x_return_status := fnd_api.g_ret_sts_success;
96:
97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR
98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR
103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)

Line 100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR

96:
97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR
98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR
103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)
104: THEN

Line 101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR

97: IF(p_change_order_type = po_co_tolerances_grp.g_supp_chg_app OR
98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR
103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)
104: THEN
105: l_progress := '001';

Line 102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR

98: p_change_order_type = po_co_tolerances_grp.g_rco_req_app OR
99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR
103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)
104: THEN
105: l_progress := '001';
106:

Line 103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)

99: p_change_order_type = po_co_tolerances_grp.g_rco_int_req_app OR
100: p_change_order_type = po_co_tolerances_grp.g_rco_buy_app OR
101: p_change_order_type = po_co_tolerances_grp.g_chg_agreements OR
102: p_change_order_type = po_co_tolerances_grp.g_chg_releases OR
103: p_change_order_type = po_co_tolerances_grp.g_chg_orders)
104: THEN
105: l_progress := '001';
106:
107: