DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on JTF_SEEDED_QUAL_USGS_V

Line 15: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE

11: g_debug_level NUMBER := NVL(fnd_profile.value_specific('AFLOG_LEVEL'), fnd_log.level_event);
12:
13:
14: TYPE qualifier_info_rec_type IS RECORD(
15: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE
16: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE
17: );
18:
19: TYPE qualifier_info_tbl_type IS TABLE OF qualifier_info_rec_type

Line 16: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE

12:
13:
14: TYPE qualifier_info_rec_type IS RECORD(
15: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE
16: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE
17: );
18:
19: TYPE qualifier_info_tbl_type IS TABLE OF qualifier_info_rec_type
20: INDEX BY BINARY_INTEGER;

Line 349: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID

345: /**
346: * Adds the Qualifier identified by the Index to the global Task Qualifer Table with
347: * the value taken from the given Task Record and only when the value is Not Null.
348: *
349: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID
350: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.
351: *
352: * Qualifiers of type -1211, -1212 and -1218 have been disabled and
353: * therefore wont be set by this API.

Line 486: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID

482: * type.
483: * Assembles the selected Qualifiers for this Task from the Qualifier
484: * Table in to a Record Type understandable by JTF Assignment Manager.
485: *
486: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID
487: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.
488: *
489: * The Task and SR Number must be set by the caller and wont be set by
490: * this API. Moreover Qualifiers of type -1211, -1212 and -1218 have