DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 73: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

69: l_commit VARCHAR2(1);
70: l_validation_level NUMBER;
71: l_delivery_id NUMBER;
72: l_delivery_name VARCHAR2(150);
73: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
74:
75: --
76: l_debug_on BOOLEAN;
77: --

Line 1931: l_delivery_details_info wsh_glbl_var_strct_grp.delivery_details_rec_type;

1927: l_dff_attribute WSH_FLEXFIELD_UTILS.FlexfieldAttributeTabType ;
1928: l_dff_context VARCHAR2(150);
1929: l_dff_update_flag VARCHAR2(1);
1930: l_additional_line_info_rec WSH_BULK_PROCESS_PVT.additional_line_info_rec_type;
1931: l_delivery_details_info wsh_glbl_var_strct_grp.delivery_details_rec_type;
1932: l_new_delivery_detail_id NUMBER;
1933: detail_rowid VARCHAR2(30);
1934: x_rowid NUMBER;
1935: x_delivery_detail_id NUMBER;

Line 3435: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

3431: l_msg_data VARCHAR2(3000);
3432: l_commit VARCHAR2(1);
3433: l_validation_level NUMBER;
3434: l_delivery_id NUMBER;
3435: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
3436:
3437: l_detail_tab WSH_UTIL_CORE.id_tab_type; -- DBI Project
3438: l_dbi_rs VARCHAR2(1); -- Return Status from DBI API
3439: