DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_COMMON_SAVE_WEB dependencies on HR_SOFT_CODING_KEYFLEX

Line 2198: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype

2194: --
2195: --
2196: procedure get_scl_from_tt
2197: (p_transaction_step_id in number
2198: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype
2199: ) is
2200: /* this procedure gets all of the SCL data from the transaction tables
2201: */
2202: begin

Line 2416: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype)

2412: end if;
2413: end get_pgp_from_pgp;
2414: --
2415: procedure get_scl_from_scl(p_soft_coding_keyflex_id in number
2416: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype)
2417: is
2418: /* This procedure gets all of the SCL data from the online tables
2419: */
2420: --

Line 2423: from hr_soft_coding_keyflex

2419: */
2420: --
2421: cursor csr_get_scl is
2422: select *
2423: from hr_soft_coding_keyflex
2424: where soft_coding_keyflex_id=p_soft_coding_keyflex_id;
2425: --
2426: begin
2427: if p_soft_coding_keyflex_id is not null then