DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on QP_ADV_MOD_CUSTOM_HOOK

Line 4060: QP_ADV_MOD_CUSTOM_HOOK.check_line(l_request_type_code, l_pass_line);

4056: l_QP_CUSTOM_HOOK4_ADV_MOD varchar2(1):=nvl(fnd_profile.value('QP_CUSTOM_HOOK_ADV_MOD'),'N'); -- 10120089
4057: BEGIN
4058: -- start of 10120089
4059: IF (l_QP_CUSTOM_HOOK4_ADV_MOD='Y') THEN -- for profile on
4060: QP_ADV_MOD_CUSTOM_HOOK.check_line(l_request_type_code, l_pass_line);
4061: G_PASS_THIS_LINE:= l_pass_line;
4062: IF l_debug = Fnd_Api.G_TRUE THEN
4063: Oe_Debug_Pub.ADD('Check_line_group_items custom hook on'
4064: ||'Pass Line: '||G_PASS_THIS_LINE);