DBA Data[Home] [Help]

APPS.CZ_IB_TSO_GRP dependencies on CZ_CONFIG_HDRS

Line 98: l_config_status CZ_CONFIG_HDRS.config_status%TYPE;

94:
95: l_config_tbl CZ_API_PUB.config_tbl_type;
96: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;
97: l_config_model_tbl CZ_API_PUB.config_model_tbl_type;
98: l_config_status CZ_CONFIG_HDRS.config_status%TYPE;
99:
100: l_locked_item_returned_flag VARCHAR2(1) := '0';
101: l_returned_flag VARCHAR2(1) := '0';
102: l_tangible_item_flag VARCHAR2(1);

Line 379: SELECT config_status INTO l_config_status FROM CZ_CONFIG_HDRS

375: x_msg_data := l_msg_data;
376:
377: ELSE
378: -- query for config status
379: SELECT config_status INTO l_config_status FROM CZ_CONFIG_HDRS
380: WHERE config_hdr_id=l_config_model_tbl(1).config_hdr_id AND
381: config_rev_nbr=l_config_model_tbl(1).config_rev_nbr;
382: -- convert config status into fnd_api.g_true/ fnd_api.g_false OUT parameter x_validation_status
383: --