DBA Data[Home] [Help]

APPS.PAY_MAG_UTILS dependencies on PAY_STATE_RULES

Line 355: FROM pay_state_rules sr

351: -- Get the jurisdiction_code for the specified state code.
352: --
353: CURSOR csr_jurisdiction_code IS
354: SELECT sr.jurisdiction_code
355: FROM pay_state_rules sr
356: WHERE sr.state_code = p_state;
357: --
358: l_jurisdiction_code pay_state_rules.jurisdiction_code%type;
359: --

Line 358: l_jurisdiction_code pay_state_rules.jurisdiction_code%type;

354: SELECT sr.jurisdiction_code
355: FROM pay_state_rules sr
356: WHERE sr.state_code = p_state;
357: --
358: l_jurisdiction_code pay_state_rules.jurisdiction_code%type;
359: --
360: BEGIN
361: --
362: OPEN csr_jurisdiction_code;