DBA Data[Home] [Help]

APPS.PAY_KR_BEE_UPLOAD dependencies on PAY_BATCH_LINES

Line 588: -- that closely matches the BEE PAY_BATCH_LINES tables (g_batch_line)

584: END upload;
585:
586: -- This procedure will take a string in which fields are delimited and break it up in its fields.
587: -- These fields together with some environment variables will be stored in a record structure
588: -- that closely matches the BEE PAY_BATCH_LINES tables (g_batch_line)
589: -- The IN Parameters are
590: -- p_line -> the line that needs to be broken up
591: -- p_session_date -> the session date
592: -- p_batch_id -> the batch id to which the line

Line 604: p_batch_id IN pay_batch_lines.batch_id%TYPE,

600:
601: PROCEDURE break_up_line (
602: p_line IN VARCHAR2,
603: p_session_date IN DATE,
604: p_batch_id IN pay_batch_lines.batch_id%TYPE,
605: p_batch_seq IN pay_batch_lines.batch_sequence%TYPE,
606: p_delimiter IN VARCHAR2,
607: p_bg_id IN per_business_groups.business_group_id%TYPE,
608: p_leg_cd IN per_business_groups.legislation_code%TYPE,

Line 605: p_batch_seq IN pay_batch_lines.batch_sequence%TYPE,

601: PROCEDURE break_up_line (
602: p_line IN VARCHAR2,
603: p_session_date IN DATE,
604: p_batch_id IN pay_batch_lines.batch_id%TYPE,
605: p_batch_seq IN pay_batch_lines.batch_sequence%TYPE,
606: p_delimiter IN VARCHAR2,
607: p_bg_id IN per_business_groups.business_group_id%TYPE,
608: p_leg_cd IN per_business_groups.legislation_code%TYPE,
609: p_batch_line OUT NOCOPY g_batch_line