DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on AR_CMGT_CREDIT_HOOK_API

Line 109: l_op_enabled := AR_CMGT_CREDIT_HOOK_API.credit_check_operating_unit(p_source_org_id => p_source_org_id,

105:
106: -- Added for bug 11800630 - Start
107: -- OCM Hook to check whether OCM is installed for an operating unit
108: IF p_source_org_id is not NULL THEN
109: l_op_enabled := AR_CMGT_CREDIT_HOOK_API.credit_check_operating_unit(p_source_org_id => p_source_org_id,
110: p_source_object_id => p_source_column1);
111: END IF;
112:
113: IF (l_op_enabled <> 'Y') THEN

Line 932: l_op_enabled := AR_CMGT_CREDIT_HOOK_API.credit_check_operating_unit(p_source_org_id => p_source_org_id,

928:
929: -- Added for bug 11800630 - Start
930: -- OCM Hook to check whether OCM is installed for an operating unit
931: IF p_source_org_id is not NULL THEN
932: l_op_enabled := AR_CMGT_CREDIT_HOOK_API.credit_check_operating_unit(p_source_org_id => p_source_org_id,
933: p_source_object_id => p_source_column1);
934: END IF;
935:
936: IF (l_op_enabled <> 'Y') THEN