DBA Data[Home] [Help]

APPS.PAY_FI_EXPIRY_SUPPORT dependencies on FND_FILE

Line 161: FND_FILE.PUT_LINE(FND_FILE.LOG, 'expdate'||to_char(p_user_effective_date)||to_char(p_owner_effective_date));

157: l_owner_id NUMBER;
158: l_user_id NUMBER;
159:
160: BEGIN
161: FND_FILE.PUT_LINE(FND_FILE.LOG, 'expdate'||to_char(p_user_effective_date)||to_char(p_owner_effective_date));
162:
163: -- Find the business group and also the period type of the balance dimension.
164: --
165: OPEN get_period_type(p_owner_payroll_action_id, p_dimension_name);