DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on STANDARD

Line 15: -- Standard Global variable

11: parent_plan_vales_tab parent_plan_vales_tab_typ;
12:
13: -- Bug 4343758
14: -- R12 OAF Txn Integration Project
15: -- Standard Global variable
16: -- shkalyan 05/07/2005.
17: g_pkg_name CONSTANT VARCHAR2(30) := 'QA_PARENT_CHILD_PKG';
18:
19: --

Line 2221: -- instead of the standard HC result column name

2217: -- New function to check if the child element
2218: -- is a HC element that doesnt have a foreign
2219: -- key reference in which case the char name of the
2220: -- corresponding parent element is to be chosen
2221: -- instead of the standard HC result column name
2222: --
2223: FUNCTION IS_SPECIAL_HC_ELEM ( p_child_result_column VARCHAR2,
2224: p_child_plan_id NUMBER) return BOOLEAN AS
2225: CURSOR p_cur IS

Line 2403: -- instead of the standard HC result column name

2399: -- New function to check if the child element
2400: -- is a HC element that doesnt have a foreign
2401: -- key reference in which case the char name of the
2402: -- corresponding parent element is to be chosen
2403: -- instead of the standard HC result column name
2404: --
2405: If ((Substr(UPPER(p_parentchild_element_tab(element_cntr).child_database_column),1,9) = 'CHARACTER' OR
2406: Substr(UPPER(p_parentchild_element_tab(element_cntr).child_database_column),1,8) = 'SEQUENCE' OR
2407: Substr(UPPER(p_parentchild_element_tab(element_cntr).child_database_column),1,7) = 'COMMENT' OR