DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on HR_OPERATING_UNITS

Line 254: ( p_org_id hr_operating_units.organization_id%TYPE DEFAULT NULL , p_product_code VARCHAR2 )

250:
251: /* This function is used to determine and get valid operating unit where Contract Commitment is enabled.
252: -- Returns ORG_ID if valid and CC is enabled or retruns NULL if invalid or CC is not enabled */
253: FUNCTION GET_VALID_OU
254: ( p_org_id hr_operating_units.organization_id%TYPE DEFAULT NULL , p_product_code VARCHAR2 )
255: RETURN NUMBER;
256: END IGC_CC_OPN_UPD_GET_LNK_PUB;