DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on JTF_SEEDED_QUAL_USGS_V

Line 10: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE

6: g_earth_radius CONSTANT NUMBER := 6378137;
7: g_pi CONSTANT NUMBER := 2 * ACOS(0);
8:
9: TYPE qualifier_info_rec_type IS RECORD(
10: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE
11: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE
12: );
13:
14: TYPE qualifier_info_tbl_type IS TABLE OF qualifier_info_rec_type

Line 11: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE

7: g_pi CONSTANT NUMBER := 2 * ACOS(0);
8:
9: TYPE qualifier_info_rec_type IS RECORD(
10: qual_usg_id jtf_seeded_qual_usgs_v.qual_usg_id%TYPE
11: , label jtf_seeded_qual_usgs_v.seeded_qual_name%TYPE
12: );
13:
14: TYPE qualifier_info_tbl_type IS TABLE OF qualifier_info_rec_type
15: INDEX BY BINARY_INTEGER;

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

315: /**
316: * Adds the Qualifier identified by the Index to the global Task Qualifer Table with
317: * the value taken from the given Task Record and only when the value is Not Null.
318: *
319: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID
320: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.
321: *
322: * Qualifiers of type -1211, -1212 and -1218 have been disabled and
323: * therefore wont be set by this API.

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

442: * type.
443: * Assembles the selected Qualifiers for this Task from the Qualifier
444: * Table in to a Record Type understandable by JTF Assignment Manager.
445: *
446: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID
447: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.
448: *
449: * The Task and SR Number must be set by the caller and wont be set by
450: * this API. Moreover Qualifiers of type -1211, -1212 and -1218 have