DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on FND_FLEX_APIS

Line 726: IF NOT FND_FLEX_APIS.Get_Qualifier_Segnum

722: END LOOP;
723: END;
724: END IF;
725:
726: IF NOT FND_FLEX_APIS.Get_Qualifier_Segnum
727: (appl_id => 101,
728: key_flex_code => 'GL#',
729: structure_number => g_chart_of_accounts_id,
730: flex_qual_name => 'GL_BALANCING',

Line 738: IF NOT FND_FLEX_APIS.Get_Segment_Info

734: Add_Message('PSB', 'PSB_GL_CANNOT_FIND_BAL_SEG');
735: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
736: END IF;
737:
738: IF NOT FND_FLEX_APIS.Get_Segment_Info
739: (x_application_id => 101,
740: x_id_flex_code => 'GL#',
741: x_id_flex_num => g_chart_of_accounts_id,
742: x_seg_num => l_seg_num,

Line 1745: -- Wrapper routine FOR FND_FLEX_APIS. The reason FOR this IS procedure

1741: END Transfer_GLI_To_GL;
1742:
1743: /*---------------------------------------------------------------------*/
1744:
1745: -- Wrapper routine FOR FND_FLEX_APIS. The reason FOR this IS procedure
1746: -- IS to be called FROM PSBSTGLS.fmb (Setup GL Interfaces) form.
1747: -- Call the fnd_flex_apis directly causes a GPF AND I suspect it IS
1748: -- due to the 64 K size limit
1749:

Line 1747: -- Call the fnd_flex_apis directly causes a GPF AND I suspect it IS

1743: /*---------------------------------------------------------------------*/
1744:
1745: -- Wrapper routine FOR FND_FLEX_APIS. The reason FOR this IS procedure
1746: -- IS to be called FROM PSBSTGLS.fmb (Setup GL Interfaces) form.
1747: -- Call the fnd_flex_apis directly causes a GPF AND I suspect it IS
1748: -- due to the 64 K size limit
1749:
1750: PROCEDURE Get_Qualifier_Segnum
1751: (p_api_version IN NUMBER,

Line 1789: IF NOT FND_FLEX_APIS.Get_Qualifier_Segnum

1785: IF FND_API.to_Boolean (p_init_msg_list) THEN
1786: FND_MSG_PUB.initialize;
1787: END IF;
1788:
1789: IF NOT FND_FLEX_APIS.Get_Qualifier_Segnum
1790: (appl_id => 101,
1791: key_flex_code => 'GL#',
1792: structure_number => p_chart_of_accounts_id,
1793: flex_qual_name => 'GL_BALANCING',